Other Classes
The following classes are available globally.
-
An
See moreAWFApiPermissions
object contains the access permissions when interacting with the Aeris API.Declaration
Objective-C
@interface AWFApiPermissions : NSObject
Swift
class AWFApiPermissions : NSObject
-
An
See moreAWFCoordinateBounds
object describes a map coordinate region defined by a bounding rectangle.Declaration
Objective-C
@interface AWFCoordinateBounds : NSObject
Swift
class AWFCoordinateBounds : NSObject
-
See moreAWFForecastModel
is a static class that contains information about the supported forecast models used throughout the library.Declaration
Objective-C
@interface AWFForecastModel : NSObject
Swift
class AWFForecastModel
-
An
See moreAWFGeoPolygon
object manages a series of coordinates that define a region or polygon that is used when requesting data from the API or rendering API data on a map.Declaration
Objective-C
@interface AWFGeoPolygon : NSObject <NSCoding>
Swift
class AWFGeoPolygon : NSObject, NSCoding
-
An
See moreAWFGeographicObject
object is anAWFWeatherObject
subclass that represents data for a specific geographical location. The geographical location can either be a coordinate or a place and is represented by anAWFPlace
instance.Declaration
Objective-C
@interface AWFGeographicObject : AWFWeatherObject
Swift
class AWFGeographicObject : AWFWeatherObject
-
An
See moreAWFMapPermissions
object contains the access permissions when interacting with the Aeris Maps API.Declaration
Objective-C
@interface AWFMapPermissions : NSObject
Swift
class AWFMapPermissions : NSObject
-
An
See moreAWFRangeSummary
object represents a summary of data for a specific range, including the minimum, maximum and average of all values within the range.Declaration
Objective-C
@interface AWFRangeSummary : AWFWeatherObject
Swift
class AWFRangeSummary : AWFWeatherObject
-
An
See moreAWFRelativeTo
object provides information about the geographical relationship between a location that is used for a request and the location of the objects that are actually returned from that request.Declaration
Objective-C
@interface AWFRelativeTo : AWFWeatherObject
Swift
class AWFRelativeTo : AWFWeatherObject
-
See moreAWFRequestQuery
provides a convenience wrapper for setting up request queries to be used with anAWFWeatherRequestOptions
instance.Declaration
Objective-C
@interface AWFRequestQuery : NSObject
Swift
class AWFRequestQuery : NSObject
-
An
See moreAWFStormReportSummaryType
object contains summary information for a single storm report type.Declaration
Objective-C
@interface AWFStormReportSummaryType : AWFWeatherObject
Swift
class AWFStormReportSummaryType : AWFWeatherObject
-
An
See moreAWFWeatherObject
object is the base model object used to represent all data returned from the API using object loaders.Declaration
Objective-C
@interface AWFWeatherObject
Swift
class AWFWeatherObject